Fix typos in the docs.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 17 Jul 2006 03:59:17 +0000 (03:59 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 17 Jul 2006 03:59:17 +0000 (03:59 +0000)
2006-07-17  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkentrycompletion.c (gtk_entry_completion_set_match_func):
* gtk/gtkcomboboxentry.c (gtk_combo_box_entry_set_text_column):
Fix typos in the docs.

ChangeLog
ChangeLog.pre-2-10
gtk/gtkcomboboxentry.c
gtk/gtkentrycompletion.c

index aa747453064cab6624e45d3e5763ce0139514da2..1951983bc5d717060c4f60464b0c3f54c09ae63c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkentrycompletion.c (gtk_entry_completion_set_match_func): 
+       * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_set_text_column): 
+       Fix typos in the docs.
+
 2006-07-16  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkassistant.c: Some small documentation
index aa747453064cab6624e45d3e5763ce0139514da2..1951983bc5d717060c4f60464b0c3f54c09ae63c 100644 (file)
@@ -1,3 +1,9 @@
+2006-07-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkentrycompletion.c (gtk_entry_completion_set_match_func): 
+       * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_set_text_column): 
+       Fix typos in the docs.
+
 2006-07-16  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkassistant.c: Some small documentation
index dd49652e9e1d55fec2661af0fa2b05f227baeefd..e4fc737dca1bb7c3ce221dd0839b22dd1edfe693 100644 (file)
@@ -283,7 +283,7 @@ gtk_combo_box_entry_new_with_model (GtkTreeModel *model,
  * Sets the model column which @entry_box should use to get strings from
  * to be @text_column.
  *
- * Since: 2.4.
+ * Since: 2.4
  */
 void
 gtk_combo_box_entry_set_text_column (GtkComboBoxEntry *entry_box,
index 46bc7ffad757c0d285e82b343213473349f37589..57ae8ec74a768b3294e8f49fe45d77f9845e6f13 100644 (file)
@@ -1003,7 +1003,7 @@ gtk_entry_completion_get_model (GtkEntryCompletion *completion)
  * is used to determine if a row should or should not be in the completion
  * list.
  *
- * Since: 2.4.
+ * Since: 2.4
  */
 void
 gtk_entry_completion_set_match_func (GtkEntryCompletion          *completion,